Skip to content
Failed

Console Output

Started by GitHub push by nazustar
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 4fb32b0b73daa71d1c242565eb1b5c8ca85c3622 (refs/remotes/origin/main)
Commit message: "Merge pull request #117 from UDFJDC-ModelosProgramacion/develop"
 > 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 4fb32b0b73daa71d1c242565eb1b5c8ca85c3622 # timeout=10
 > git rev-list --no-walk c4fcaeff6fcdf709967d5d8f36df19fec3db5b16 # 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: cambiar puerto a 8080 en pom.xml y application.properties

[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 4fb32b0b73daa71d1c242565eb1b5c8ca85c3622 (refs/remotes/origin/main)
Commit message: "Merge pull request #117 from UDFJDC-ModelosProgramacion/develop"
[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 4fb32b0b73daa71d1c242565eb1b5c8ca85c3622 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b main 4fb32b0b73daa71d1c242565eb1b5c8ca85c3622 # 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 f6e15bb3e53d51873759680f9215a93cb35ab8b732f6dd96e6b763580cbdc7be -eo pid,comm
ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements).
Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`.
[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
13:09:54.000 [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.
13:09:54.222 [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-21T13:09:54.977Z  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-21T13:09:54.979Z  INFO 92 --- [           main] c.e.u.m.p.services.AdopterServiceTest    : No active profile set, falling back to 1 default profile: "default"
2026-05-21T13:09:56.122Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-21T13:09:56.278Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 139 ms. Found 16 JPA repository interfaces.
2026-05-21T13:09:57.042Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-21T13:09:57.144Z  INFO 92 --- [           main] org.hibernate.Version                    : HHH000412: Hibernate ORM core version 6.6.41.Final
2026-05-21T13:09:57.201Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-21T13:09:57.731Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-21T13:09:57.788Z  INFO 92 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2026-05-21T13:09:58.292Z  INFO 92 --- [           main] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:pets user=SA
2026-05-21T13:09:58.295Z  INFO 92 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2026-05-21T13:09:58.350Z  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-21T13:09:58.385Z  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-21T13:10:00.366Z  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-21T13:10:00.512Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-21T13:10:01.131Z  INFO 92 --- [           main] o.s.d.j.r.query.QueryEnhancerFactory     : Hibernate is in classpath; If applicable, HQL parser will be used.
2026-05-21T13:10:03.968Z  INFO 92 --- [           main] o.s.b.a.h2.H2ConsoleAutoConfiguration    : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:pets'
2026-05-21T13:10:04.054Z  INFO 92 --- [           main] c.e.u.m.p.services.AdopterServiceTest    : Started AdopterServiceTest in 9.544 seconds (process running for 11.68)
2026-05-21T13:10:04.057Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Fetching all shelters
2026-05-21T13:10:04.233Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter creation...
2026-05-21T13:10:04.340Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter creation...
2026-05-21T13:10:04.347Z  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.24 s -- in co.edu.udistrital.mdp.pets.services.AdopterServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.AdoptionControllerTest
2026-05-21T13:10:04.925Z  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-21T13:10:04.945Z  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-21T13:10:04.994Z  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-21T13:10:04.995Z  INFO 92 --- [           main] c.e.u.m.p.s.AdoptionControllerTest       : No active profile set, falling back to 1 default profile: "default"
2026-05-21T13:10:05.944Z  INFO 92 --- [           main] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring TestDispatcherServlet ''
2026-05-21T13:10:05.945Z  INFO 92 --- [           main] o.s.t.web.servlet.TestDispatcherServlet  : Initializing Servlet ''
2026-05-21T13:10:05.949Z  INFO 92 --- [           main] o.s.t.web.servlet.TestDispatcherServlet  : Completed initialization in 1 ms
2026-05-21T13:10:05.981Z  INFO 92 --- [           main] c.e.u.m.p.s.AdoptionControllerTest       : Started AdoptionControllerTest in 1.029 seconds (process running for 13.607)
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.673 s -- in co.edu.udistrital.mdp.pets.services.AdoptionControllerTest
[INFO] Running co.edu.udistrital.mdp.pets.services.BackgroundTest
2026-05-21T13:10:06.620Z  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-21T13:10:06.642Z  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-21T13:10:06.719Z  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-21T13:10:06.720Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.BackgroundTest   : No active profile set, falling back to 1 default profile: "default"
2026-05-21T13:10:06.892Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-21T13:10:06.934Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 39 ms. Found 16 JPA repository interfaces.
2026-05-21T13:10:06.970Z  INFO 92 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-21T13:10:07.011Z  INFO 92 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:43cb3d28-9813-4f42-bc19-7994856d6903;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-21T13:10:07.054Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-21T13:10:07.057Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-21T13:10:07.072Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-21T13:10:07.074Z  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-21T13:10:07.076Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@78d1df4d']
	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-21T13:10:07.260Z  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-21T13:10:07.320Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-21T13:10:07.597Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.BackgroundTest   : Started BackgroundTest in 0.923 seconds (process running for 15.223)
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-21T13:10:07.654Z  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-21T13:10:07.678Z  INFO 92 --- [           main] c.e.u.m.pets.services.BackgroundService  : Inicia proceso de actualización de antecedente
2026-05-21T13:10:07.678Z  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-21T13:10:07.699Z  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-21T13:10:07.718Z  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-21T13:10:07.735Z  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-21T13:10:07.752Z  INFO 92 --- [           main] c.e.u.m.pets.services.BackgroundService  : inicia proceso de borrar antecedente
2026-05-21T13:10:07.754Z  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-21T13:10:07.772Z  INFO 92 --- [           main] c.e.u.m.pets.services.BackgroundService  : Inicia proceso de actualización de antecedente
2026-05-21T13:10:07.773Z  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-21T13:10:07.790Z  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-21T13:10:07.810Z  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.207 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-21T13:10:07.877Z  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-21T13:10:07.877Z  INFO 92 --- [           main] c.e.u.m.p.services.FollowUpServiceTest   : No active profile set, falling back to 1 default profile: "default"
2026-05-21T13:10:07.989Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-21T13:10:08.018Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27 ms. Found 16 JPA repository interfaces.
2026-05-21T13:10:08.043Z  INFO 92 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-21T13:10:08.062Z  INFO 92 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:b810e1ed-c86b-44fe-94cb-642111e75651;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-21T13:10:08.090Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-21T13:10:08.092Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-21T13:10:08.103Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-21T13:10:08.105Z  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-21T13:10:08.105Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@4302433b']
	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-21T13:10:08.244Z  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-21T13:10:08.290Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-21T13:10:08.519Z  INFO 92 --- [           main] c.e.u.m.p.services.FollowUpServiceTest   : Started FollowUpServiceTest in 0.67 seconds (process running for 16.146)
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.018 s -- in co.edu.udistrital.mdp.pets.services.FollowUpServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.ShelterEventServiceTest
2026-05-21T13:10:08.846Z  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-21T13:10:08.854Z  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-21T13:10:08.879Z  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-21T13:10:08.880Z  INFO 92 --- [           main] c.e.u.m.p.s.ShelterEventServiceTest      : No active profile set, falling back to 1 default profile: "default"
2026-05-21T13:10:08.978Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-21T13:10:09.005Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26 ms. Found 16 JPA repository interfaces.
2026-05-21T13:10:09.029Z  INFO 92 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-21T13:10:09.047Z  INFO 92 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:bb007746-71c3-42ea-9204-7f614d51c632;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-21T13:10:09.071Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-21T13:10:09.073Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-21T13:10:09.082Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-21T13:10:09.084Z  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-21T13:10:09.085Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@34b9cc2a']
	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-21T13:10:09.214Z  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-21T13:10:09.253Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-21T13:10:09.427Z  INFO 92 --- [           main] c.e.u.m.p.s.ShelterEventServiceTest      : Started ShelterEventServiceTest in 0.569 seconds (process running for 17.053)
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-21T13:10:09.448Z  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-21T13:10:09.472Z  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-21T13:10:09.493Z  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-21T13:10:09.509Z  INFO 92 --- [           main] c.e.u.m.p.services.ShelterEventService   : Start shelter event delete with the id: 12
2026-05-21T13:10:09.510Z  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-21T13:10:09.526Z  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-21T13:10:09.530Z  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-21T13:10:09.546Z  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: 0.707 s -- in co.edu.udistrital.mdp.pets.services.ShelterEventServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.AdopterControllerTest
2026-05-21T13:10:09.554Z  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-21T13:10:09.557Z  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-21T13:10:09.580Z  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-21T13:10:09.580Z  INFO 92 --- [           main] c.e.u.m.p.s.AdopterControllerTest        : No active profile set, falling back to 1 default profile: "default"
2026-05-21T13:10:09.769Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-21T13:10:09.792Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 22 ms. Found 16 JPA repository interfaces.
2026-05-21T13:10:09.910Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-21T13:10:09.912Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-21T13:10:09.920Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-21T13:10:09.921Z  INFO 92 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-2 - Starting...
2026-05-21T13:10:09.922Z  INFO 92 --- [           main] com.zaxxer.hikari.pool.HikariPool        : HikariPool-2 - Added connection conn50: url=jdbc:h2:mem:pets user=SA
2026-05-21T13:10:09.923Z  INFO 92 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-2 - Start completed.
2026-05-21T13:10:09.923Z  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-21T13:10:09.924Z  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-21T13:10:10.069Z  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-21T13:10:10.149Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-21T13:10:10.471Z  INFO 92 --- [           main] o.s.b.a.h2.H2ConsoleAutoConfiguration    : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:pets'
2026-05-21T13:10:10.493Z  INFO 92 --- [           main] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring TestDispatcherServlet ''
2026-05-21T13:10:10.493Z  INFO 92 --- [           main] o.s.t.web.servlet.TestDispatcherServlet  : Initializing Servlet ''
2026-05-21T13:10:10.494Z  INFO 92 --- [           main] o.s.t.web.servlet.TestDispatcherServlet  : Completed initialization in 1 ms
2026-05-21T13:10:10.504Z  INFO 92 --- [           main] c.e.u.m.p.s.AdopterControllerTest        : Started AdopterControllerTest in 0.944 seconds (process running for 18.13)
2026-05-21T13:10:10.505Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Fetching all shelters
2026-05-21T13:10:10.510Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter creation...
2026-05-21T13:10:10.517Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter creation...
2026-05-21T13:10:10.522Z  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.168 s -- in co.edu.udistrital.mdp.pets.services.AdopterControllerTest
[INFO] Running co.edu.udistrital.mdp.pets.services.NotificationServiceTest
2026-05-21T13:10:10.725Z  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-21T13:10:10.726Z  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.056 s -- in co.edu.udistrital.mdp.pets.services.NotificationServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.PetMediaFileTest
2026-05-21T13:10:10.790Z  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-21T13:10:10.797Z  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-21T13:10:10.817Z  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-21T13:10:10.817Z  INFO 92 --- [           main] c.e.u.m.pets.services.PetMediaFileTest   : No active profile set, falling back to 1 default profile: "default"
2026-05-21T13:10:10.894Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-21T13:10:10.917Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 22 ms. Found 16 JPA repository interfaces.
2026-05-21T13:10:10.934Z  INFO 92 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-21T13:10:10.947Z  INFO 92 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:4800cfa0-53a7-4050-a887-db0f2453bdd8;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-21T13:10:10.966Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-21T13:10:10.968Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-21T13:10:10.978Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-21T13:10:10.979Z  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-21T13:10:10.980Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@79331076']
	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-21T13:10:11.085Z  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-21T13:10:11.117Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-21T13:10:11.256Z  INFO 92 --- [           main] c.e.u.m.pets.services.PetMediaFileTest   : Started PetMediaFileTest in 0.455 seconds (process running for 18.882)
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-21T13:10:11.279Z  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-21T13:10:11.301Z  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-21T13:10:11.320Z  INFO 92 --- [           main] c.e.u.m.p.services.PetMediaFileService   : Iniciando proceso de consulta de fotos
2026-05-21T13:10:11.320Z  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-21T13:10:11.337Z  INFO 92 --- [           main] c.e.u.m.p.services.PetMediaFileService   : Iniciando proceso de consulta de fotos
2026-05-21T13:10:11.338Z  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-21T13:10:11.356Z  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-21T13:10:11.375Z  INFO 92 --- [           main] c.e.u.m.p.services.PetMediaFileService   : Iniciando proceso de asociacion de evento medico con mascota
2026-05-21T13:10:11.376Z  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.598 s -- in co.edu.udistrital.mdp.pets.services.PetMediaFileTest
[INFO] Running co.edu.udistrital.mdp.pets.services.ClientServiceTest
2026-05-21T13:10:11.383Z  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-21T13:10:11.384Z  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.065 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-21T13:10:11.474Z  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-21T13:10:11.474Z  INFO 92 --- [           main] c.e.u.m.pets.services.MedicalEventTest   : No active profile set, falling back to 1 default profile: "default"
2026-05-21T13:10:11.545Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-21T13:10:11.586Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 39 ms. Found 16 JPA repository interfaces.
2026-05-21T13:10:11.602Z  INFO 92 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-21T13:10:11.614Z  INFO 92 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:4cd05bd7-c783-4944-a2f5-973fa941f759;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-21T13:10:11.633Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-21T13:10:11.635Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-21T13:10:11.643Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-21T13:10:11.644Z  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-21T13:10:11.644Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@478b8e41']
	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-21T13:10:11.743Z  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-21T13:10:11.772Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-21T13:10:11.901Z  INFO 92 --- [           main] c.e.u.m.pets.services.MedicalEventTest   : Started MedicalEventTest in 0.444 seconds (process running for 19.528)
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-21T13:10:11.914Z  INFO 92 --- [           main] c.e.u.m.p.services.MedicalEventService   : Inicia proceso de eliminacion de evento medico
2026-05-21T13:10:11.915Z  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-21T13:10:11.927Z  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-21T13:10:11.938Z  INFO 92 --- [           main] c.e.u.m.p.services.MedicalEventService   : Iniciando proceso de actuaclizacion del evento medico
2026-05-21T13:10:11.938Z  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-21T13:10:11.948Z  INFO 92 --- [           main] c.e.u.m.p.services.MedicalEventService   : Iniciando proceso de actuaclizacion del evento medico
2026-05-21T13:10:11.948Z  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-21T13:10:11.959Z  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-21T13:10:11.970Z  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-21T13:10:11.980Z  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-21T13:10:11.990Z  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-21T13:10:12.000Z  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.555 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-21T13:10:12.031Z  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-21T13:10:12.032Z  INFO 92 --- [           main] c.e.u.m.p.services.ReturnPetServiceTest  : No active profile set, falling back to 1 default profile: "default"
2026-05-21T13:10:12.100Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-21T13:10:12.122Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 21 ms. Found 16 JPA repository interfaces.
2026-05-21T13:10:12.138Z  INFO 92 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-21T13:10:12.150Z  INFO 92 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:659bed12-98c6-41fb-aaf8-6c006d4798de;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-21T13:10:12.168Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-21T13:10:12.169Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-21T13:10:12.178Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-21T13:10:12.179Z  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-21T13:10:12.180Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@4b565ca6']
	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-21T13:10:12.275Z  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-21T13:10:12.302Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-21T13:10:12.429Z  INFO 92 --- [           main] c.e.u.m.p.services.ReturnPetServiceTest  : Started ReturnPetServiceTest in 0.413 seconds (process running for 20.056)
Hibernate: delete from return_pet_entity rpe1_0
2026-05-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:12.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.141Z  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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.280Z  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-21T13:10:13.290Z  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-21T13:10:13.290Z  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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.422Z  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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:13.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.042Z  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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.184Z  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-21T13:10:14.192Z  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-21T13:10:14.192Z  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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.303Z  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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.783Z  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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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: 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-21T13:10:14.930Z  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-21T13:10:14.930Z  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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.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-21T13:10:14.994Z  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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-21T13:10:15.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-21T13:10:15.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-21T13:10:15.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.303Z  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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.366Z  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-21T13:10:15.371Z  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-21T13:10:15.371Z  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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.428Z  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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-21T13:10:15.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.691Z  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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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 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-21T13:10:15.770Z  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-21T13:10:15.770Z  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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.822Z  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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-21T13:10:15.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:15.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.141Z  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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.198Z  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-21T13:10:16.202Z  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-21T13:10:16.202Z  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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.276Z  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-21T13:10:16.276Z  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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.325Z  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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.578Z  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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.635Z  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-21T13:10:16.639Z  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-21T13:10:16.639Z  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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.689Z  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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-21T13:10:16.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.929Z  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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:16.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.020Z  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-21T13:10:17.028Z  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-21T13:10:17.028Z  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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.125Z  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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.358Z  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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.413Z  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-21T13:10:17.417Z  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-21T13:10:17.417Z  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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.466Z  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-21T13:10:17.470Z  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-21T13:10:17.470Z  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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.519Z  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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.755Z  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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.810Z  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-21T13:10:17.814Z  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-21T13:10:17.814Z  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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.865Z  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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:17.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.092Z  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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.154Z  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-21T13:10:18.158Z  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-21T13:10:18.158Z  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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.207Z  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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.436Z  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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.491Z  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-21T13:10:18.495Z  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-21T13:10:18.495Z  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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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)
2026-05-21T13:10:18.549Z  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-21T13:10:18.549Z  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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.598Z  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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.834Z  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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.889Z  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-21T13:10:18.894Z  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-21T13:10:18.894Z  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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.945Z  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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:18.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-21T13:10:19.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-21T13:10:19.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-21T13:10:19.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.175Z  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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.230Z  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-21T13:10:19.234Z  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-21T13:10:19.234Z  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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.283Z  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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-21T13:10:19.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.512Z  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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.567Z  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-21T13:10:19.571Z  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-21T13:10:19.571Z  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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.619Z  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-21T13:10:19.624Z  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-21T13:10:19.624Z  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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.672Z  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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-21T13:10:19.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.908Z  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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.966Z  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-21T13:10:19.970Z  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-21T13:10:19.970Z  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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:19.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.019Z  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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.250Z  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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.305Z  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-21T13:10:20.309Z  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-21T13:10:20.309Z  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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.358Z  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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-21T13:10:20.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.588Z  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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.643Z  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-21T13:10:20.647Z  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-21T13:10:20.647Z  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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.696Z  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-21T13:10:20.700Z  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-21T13:10:20.701Z  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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.749Z  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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-21T13:10:20.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.984Z  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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:20.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.042Z  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-21T13:10:21.046Z  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-21T13:10:21.046Z  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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.094Z  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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-21T13:10:21.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.324Z  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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.379Z  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-21T13:10:21.383Z  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-21T13:10:21.383Z  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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.432Z  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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.661Z  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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.717Z  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-21T13:10:21.720Z  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-21T13:10:21.720Z  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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.769Z  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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-21T13:10:21.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:21.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.008Z  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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.063Z  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-21T13:10:22.067Z  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-21T13:10:22.067Z  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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.117Z  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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.346Z  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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.401Z  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-21T13:10:22.405Z  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-21T13:10:22.405Z  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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.454Z  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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.683Z  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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.737Z  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-21T13:10:22.741Z  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-21T13:10:22.741Z  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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
Hibernate: delete from return_pet_entity rpe1_0
2026-05-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-21T13:10:22.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:22.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.022Z  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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.076Z  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-21T13:10:23.080Z  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-21T13:10:23.080Z  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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.131Z  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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.356Z  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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.414Z  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-21T13:10:23.419Z  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-21T13:10:23.419Z  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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.467Z  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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.697Z  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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.804Z  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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-21T13:10:23.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:23.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.030Z  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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.084Z  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-21T13:10:24.088Z  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-21T13:10:24.088Z  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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.136Z  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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-21T13:10:24.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.368Z  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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.422Z  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-21T13:10:24.425Z  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-21T13:10:24.425Z  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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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 return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.700Z  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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.753Z  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-21T13:10:24.757Z  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-21T13:10:24.757Z  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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.805Z  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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:24.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.031Z  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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.085Z  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-21T13:10:25.088Z  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-21T13:10:25.088Z  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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.136Z  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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.372Z  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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.426Z  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-21T13:10:25.430Z  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-21T13:10:25.430Z  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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.481Z  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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.702Z  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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.759Z  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-21T13:10:25.763Z  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-21T13:10:25.763Z  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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.811Z  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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:25.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.036Z  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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.089Z  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-21T13:10:26.093Z  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-21T13:10:26.093Z  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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.140Z  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-21T13:10:26.145Z  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-21T13:10:26.145Z  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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.192Z  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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.424Z  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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.478Z  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-21T13:10:26.483Z  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-21T13:10:26.483Z  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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.533Z  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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.756Z  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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.811Z  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-21T13:10:26.815Z  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-21T13:10:26.815Z  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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.862Z  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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:26.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.084Z  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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.139Z  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-21T13:10:27.143Z  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-21T13:10:27.143Z  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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.190Z  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-21T13:10:27.194Z  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-21T13:10:27.194Z  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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.241Z  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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.469Z  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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.522Z  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-21T13:10:27.526Z  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-21T13:10:27.526Z  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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.576Z  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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.799Z  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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.851Z  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-21T13:10:27.855Z  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-21T13:10:27.855Z  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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.902Z  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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:27.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.125Z  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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.177Z  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-21T13:10:28.181Z  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-21T13:10:28.181Z  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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.227Z  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.23 s -- in co.edu.udistrital.mdp.pets.services.ReturnPetServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.AdoptionServiceTest
2026-05-21T13:10:28.239Z  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-21T13:10:28.245Z  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-21T13:10:28.268Z  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-21T13:10:28.268Z  INFO 92 --- [           main] c.e.u.m.p.services.AdoptionServiceTest   : No active profile set, falling back to 1 default profile: "default"
2026-05-21T13:10:28.353Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-21T13:10:28.375Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 19 ms. Found 16 JPA repository interfaces.
2026-05-21T13:10:28.389Z  INFO 92 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-21T13:10:28.400Z  INFO 92 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:c3244a5a-72bc-4bb2-a990-68db68062ccf;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-21T13:10:28.415Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-21T13:10:28.417Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-21T13:10:28.425Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-21T13:10:28.426Z  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-21T13:10:28.427Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@1ce83f1c']
	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-21T13:10:28.521Z  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-21T13:10:28.546Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-21T13:10:28.663Z  INFO 92 --- [           main] c.e.u.m.p.services.AdoptionServiceTest   : Started AdoptionServiceTest in 0.415 seconds (process running for 36.29)
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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.907Z  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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:28.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-21T13:10:29.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-21T13:10:29.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-21T13:10:29.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-21T13:10:29.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.166Z  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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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 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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.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-21T13:10:29.657Z  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.435 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-21T13:10:29.697Z  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-21T13:10:29.698Z  INFO 92 --- [           main] c.e.u.m.p.services.ShelterServiceTest    : No active profile set, falling back to 1 default profile: "default"
2026-05-21T13:10:29.757Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-21T13:10:29.775Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 17 ms. Found 16 JPA repository interfaces.
2026-05-21T13:10:29.787Z  INFO 92 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-21T13:10:29.796Z  INFO 92 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:58fbc588-d1f7-4b1b-ac85-39833777d8cb;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-21T13:10:29.811Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-21T13:10:29.813Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-21T13:10:29.819Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-21T13:10:29.821Z  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-21T13:10:29.821Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@2fb7f05a']
	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-21T13:10:29.904Z  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-21T13:10:29.925Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-21T13:10:30.033Z  INFO 92 --- [           main] c.e.u.m.p.services.ShelterServiceTest    : Started ShelterServiceTest in 0.351 seconds (process running for 37.66)
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-21T13:10:30.048Z  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-21T13:10:30.062Z  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-21T13:10:30.071Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter delete with the id: 8
2026-05-21T13:10:30.072Z  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-21T13:10:30.081Z  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-21T13:10:30.095Z  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-21T13:10:30.100Z  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-21T13:10:30.109Z  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-21T13:10:30.120Z  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-21T13:10:30.129Z  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-21T13:10:30.137Z  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-21T13:10:30.150Z  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.483 s -- in co.edu.udistrital.mdp.pets.services.ShelterServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.PetServiceTest
2026-05-21T13:10:30.159Z  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-21T13:10:30.170Z  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-21T13:10:30.185Z  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-21T13:10:30.185Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.PetServiceTest   : No active profile set, falling back to 1 default profile: "default"
2026-05-21T13:10:30.245Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-21T13:10:30.263Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 17 ms. Found 16 JPA repository interfaces.
2026-05-21T13:10:30.276Z  INFO 92 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-21T13:10:30.286Z  INFO 92 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:6c8d2059-df52-425e-8b99-c7bd16e0fa84;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-21T13:10:30.301Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-21T13:10:30.302Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-21T13:10:30.309Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-21T13:10:30.310Z  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-21T13:10:30.310Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@511139ae']
	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-21T13:10:30.394Z  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-21T13:10:30.416Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-21T13:10:30.517Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.PetServiceTest   : Started PetServiceTest in 0.345 seconds (process running for 38.144)
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.372 s -- in co.edu.udistrital.mdp.pets.services.PetServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.MediaFileTest
2026-05-21T13:10:30.533Z  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-21T13:10:30.538Z  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-21T13:10:30.552Z  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-21T13:10:30.552Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.MediaFileTest    : No active profile set, falling back to 1 default profile: "default"
2026-05-21T13:10:30.610Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-21T13:10:30.628Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 17 ms. Found 16 JPA repository interfaces.
2026-05-21T13:10:30.640Z  INFO 92 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-21T13:10:30.649Z  INFO 92 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:f9e10432-76e6-41e5-9bc7-d0cbef569c9d;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-21T13:10:30.664Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-21T13:10:30.666Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-21T13:10:30.672Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-21T13:10:30.673Z  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-21T13:10:30.674Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@7f2b6cef']
	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-21T13:10:30.768Z  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-21T13:10:30.789Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-21T13:10:30.890Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.MediaFileTest    : Started MediaFileTest in 0.35 seconds (process running for 38.517)
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-21T13:10:30.899Z  INFO 92 --- [           main] c.e.u.m.pets.services.MediaFileService   : inicia proceso de borrar archivo
2026-05-21T13:10:30.901Z  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-21T13:10:30.908Z  INFO 92 --- [           main] c.e.u.m.pets.services.MediaFileService   : Inicia proceso de actualización de archivo
2026-05-21T13:10:30.908Z  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-21T13:10:30.915Z  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-21T13:10:30.921Z  INFO 92 --- [           main] c.e.u.m.pets.services.MediaFileService   : Inicia proceso de actualización de archivo
2026-05-21T13:10:30.921Z  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-21T13:10:30.928Z  INFO 92 --- [           main] c.e.u.m.pets.services.MediaFileService   : Inicia proceso de actualización de archivo
2026-05-21T13:10:30.928Z  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-21T13:10:30.934Z  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-21T13:10:30.941Z  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-21T13:10:30.948Z  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-21T13:10:30.955Z  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-21T13:10:30.961Z  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.431 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-21T13:10:30.987Z  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-21T13:10:30.987Z  INFO 92 --- [           main] c.e.u.m.p.s.VeterinaryServiceTest        : No active profile set, falling back to 1 default profile: "default"
2026-05-21T13:10:31.043Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-21T13:10:31.061Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 17 ms. Found 16 JPA repository interfaces.
2026-05-21T13:10:31.072Z  INFO 92 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-21T13:10:31.081Z  INFO 92 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:8a569c97-1a1a-4ce0-af2a-51bd42bc89a0;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-21T13:10:31.095Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-21T13:10:31.096Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-21T13:10:31.104Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-21T13:10:31.105Z  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-21T13:10:31.106Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@4e337cfd']
	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-21T13:10:31.179Z  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-21T13:10:31.200Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-21T13:10:31.297Z  INFO 92 --- [           main] c.e.u.m.p.s.VeterinaryServiceTest        : Started VeterinaryServiceTest in 0.322 seconds (process running for 38.924)
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.517 s -- in co.edu.udistrital.mdp.pets.services.VeterinaryServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.MessageTest
2026-05-21T13:10:31.484Z  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-21T13:10:31.489Z  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-21T13:10:31.502Z  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-21T13:10:31.502Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.MessageTest      : No active profile set, falling back to 1 default profile: "default"
2026-05-21T13:10:31.558Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-21T13:10:31.576Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 17 ms. Found 16 JPA repository interfaces.
2026-05-21T13:10:31.595Z  INFO 92 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-21T13:10:31.603Z  INFO 92 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:172b7ae5-53e2-468d-8bb5-44927289d6fd;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-21T13:10:31.618Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-21T13:10:31.620Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-21T13:10:31.626Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-21T13:10:31.627Z  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-21T13:10:31.627Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@53c46ec7']
	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-21T13:10:31.701Z  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-21T13:10:31.722Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-21T13:10:31.821Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.MessageTest      : Started MessageTest in 0.331 seconds (process running for 39.448)
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-21T13:10:31.833Z  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-21T13:10:31.844Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.MessageService   : Starts update message with id: 5
2026-05-21T13:10:31.845Z  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-21T13:10:31.857Z  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-21T13:10:31.872Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.MessageService   : Start message delete with the id: 12
2026-05-21T13:10:31.873Z  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-21T13:10:31.882Z  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.402 s -- in co.edu.udistrital.mdp.pets.services.MessageTest
[INFO] Running co.edu.udistrital.mdp.pets.services.VaccinationRecordTest
2026-05-21T13:10:31.887Z  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-21T13:10:31.897Z  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-21T13:10:31.912Z  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-21T13:10:31.912Z  INFO 92 --- [           main] c.e.u.m.p.s.VaccinationRecordTest        : No active profile set, falling back to 1 default profile: "default"
2026-05-21T13:10:31.975Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-21T13:10:31.996Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 16 ms. Found 16 JPA repository interfaces.
2026-05-21T13:10:32.006Z  INFO 92 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-21T13:10:32.014Z  INFO 92 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:4b47b9e3-9159-46a5-871c-1cad994a4865;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-21T13:10:32.028Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-21T13:10:32.029Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-21T13:10:32.035Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-21T13:10:32.036Z  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-21T13:10:32.036Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@1385a7e']
	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-21T13:10:32.119Z  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-21T13:10:32.141Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-21T13:10:32.265Z  INFO 92 --- [           main] c.e.u.m.p.s.VaccinationRecordTest        : Started VaccinationRecordTest in 0.366 seconds (process running for 39.892)
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-21T13:10:32.278Z  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-21T13:10:32.288Z  INFO 92 --- [           main] c.e.u.m.p.s.VaccinationRecordService     : inicia proceso de borrar registro de vacunacion
2026-05-21T13:10:32.289Z  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-21T13:10:32.299Z  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-21T13:10:32.315Z  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-21T13:10:32.325Z  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-21T13:10:32.336Z  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-21T13:10:32.347Z  INFO 92 --- [           main] c.e.u.m.p.s.VaccinationRecordService     : Inicia proceso de actualizacion del registro de vacunacion
2026-05-21T13:10:32.348Z  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-21T13:10:32.358Z  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-21T13:10:32.367Z  INFO 92 --- [           main] c.e.u.m.p.s.VaccinationRecordService     : Inicia proceso de actualizacion del registro de vacunacion
2026-05-21T13:10:32.367Z  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-21T13:10:32.377Z  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.493 s -- in co.edu.udistrital.mdp.pets.services.VaccinationRecordTest
[INFO] Running co.edu.udistrital.mdp.pets.services.ClientControllerTest
2026-05-21T13:10:32.386Z  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-21T13:10:32.388Z  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.123 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-21T13:10:35.756Z  INFO 207 --- [           main] c.e.udistrital.mdp.pets.MainApplication  : Starting MainApplication using Java 21.0.4 with PID 207 (/home/cecaduser/workspace/MP_202610_G81_E3_Back/target/classes started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-21T13:10:35.759Z  INFO 207 --- [           main] c.e.udistrital.mdp.pets.MainApplication  : The following 1 profile is active: "integration-tests"
2026-05-21T13:10:36.555Z  INFO 207 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-21T13:10:36.664Z  INFO 207 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 99 ms. Found 16 JPA repository interfaces.
2026-05-21T13:10:37.213Z  INFO 207 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port 8080 (http)
2026-05-21T13:10:37.227Z  INFO 207 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2026-05-21T13:10:37.227Z  INFO 207 --- [           main] o.apache.catalina.core.StandardEngine    : Starting Servlet engine: [Apache Tomcat/10.1.50]
2026-05-21T13:10:37.272Z  INFO 207 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/api]    : Initializing Spring embedded WebApplicationContext
2026-05-21T13:10:37.272Z  INFO 207 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1455 ms
2026-05-21T13:10:37.463Z  INFO 207 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-21T13:10:37.507Z  INFO 207 --- [           main] org.hibernate.Version                    : HHH000412: Hibernate ORM core version 6.6.41.Final
2026-05-21T13:10:37.558Z  INFO 207 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-21T13:10:37.831Z  INFO 207 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-21T13:10:37.859Z  INFO 207 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2026-05-21T13:10:38.041Z  INFO 207 --- [           main] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:pets user=SA
2026-05-21T13:10:38.042Z  INFO 207 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2026-05-21T13:10:38.065Z  WARN 207 --- [           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-21T13:10:38.086Z  INFO 207 --- [           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-21T13:10:39.208Z  INFO 207 --- [           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-21T13:10:39.305Z  INFO 207 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-21T13:10:39.748Z  INFO 207 --- [           main] o.s.d.j.r.query.QueryEnhancerFactory     : Hibernate is in classpath; If applicable, HQL parser will be used.
2026-05-21T13:10:41.656Z  INFO 207 --- [           main] o.s.b.a.h2.H2ConsoleAutoConfiguration    : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:pets'
2026-05-21T13:10:41.735Z  INFO 207 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port 8080 (http) with context path '/api'
2026-05-21T13:10:41.745Z  INFO 207 --- [           main] c.e.udistrital.mdp.pets.MainApplication  : Started MainApplication in 6.579 seconds (process running for 7.34)
2026-05-21T13:10:41.748Z  INFO 207 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Fetching all shelters
2026-05-21T13:10:41.849Z  INFO 207 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter creation...
2026-05-21T13:10:41.921Z  INFO 207 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter creation...
2026-05-21T13:10:41.927Z  INFO 207 --- [           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-21T13:10:42.641Z  INFO 207 --- [on(2)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2026-05-21T13:10:42.643Z  INFO 207 --- [on(2)-127.0.0.1] o.s.b.w.e.tomcat.GracefulShutdown        : Commencing graceful shutdown. Waiting for active requests to complete
2026-05-21T13:10:42.649Z  INFO 207 --- [tomcat-shutdown] o.s.b.w.e.tomcat.GracefulShutdown        : Graceful shutdown complete
2026-05-21T13:10:42.654Z  INFO 207 --- [on(2)-127.0.0.1] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2026-05-21T13:10:42.668Z  INFO 207 --- [on(2)-127.0.0.1] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown initiated...
2026-05-21T13:10:42.670Z  INFO 207 --- [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:  56.917 s
[INFO] Finished at: 2026-05-21T13:10:42Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
$ docker stop --time=1 f6e15bb3e53d51873759680f9215a93cb35ab8b732f6dd96e6b763580cbdc7be
$ docker rm -f --volumes f6e15bb3e53d51873759680f9215a93cb35ab8b732f6dd96e6b763580cbdc7be
[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 7bf82bb3ba3bec29391b4d2e319a05a82b2365deabbb2081a68b31905879b02b -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
13:10:50.642 [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.
13:10:50.869 [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-21T13:10:51.623Z  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-21T13:10:51.625Z  INFO 71 --- [           main] c.e.u.m.p.services.AdopterServiceTest    : No active profile set, falling back to 1 default profile: "default"
2026-05-21T13:10:52.763Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-21T13:10:52.916Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 136 ms. Found 16 JPA repository interfaces.
2026-05-21T13:10:53.736Z  INFO 71 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-21T13:10:53.846Z  INFO 71 --- [           main] org.hibernate.Version                    : HHH000412: Hibernate ORM core version 6.6.41.Final
2026-05-21T13:10:53.904Z  INFO 71 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-21T13:10:54.447Z  INFO 71 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-21T13:10:54.505Z  INFO 71 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2026-05-21T13:10:55.000Z  INFO 71 --- [           main] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:pets user=SA
2026-05-21T13:10:55.003Z  INFO 71 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2026-05-21T13:10:55.052Z  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-21T13:10:55.088Z  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-21T13:10:57.113Z  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-21T13:10:57.255Z  INFO 71 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-21T13:10:57.905Z  INFO 71 --- [           main] o.s.d.j.r.query.QueryEnhancerFactory     : Hibernate is in classpath; If applicable, HQL parser will be used.
2026-05-21T13:11:00.589Z  INFO 71 --- [           main] o.s.b.a.h2.H2ConsoleAutoConfiguration    : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:pets'
2026-05-21T13:11:00.666Z  INFO 71 --- [           main] c.e.u.m.p.services.AdopterServiceTest    : Started AdopterServiceTest in 9.517 seconds (process running for 11.582)
2026-05-21T13:11:00.670Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Fetching all shelters
2026-05-21T13:11:00.843Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter creation...
2026-05-21T13:11:00.965Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter creation...
2026-05-21T13:11:00.972Z  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.21 s -- in co.edu.udistrital.mdp.pets.services.AdopterServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.AdoptionControllerTest
2026-05-21T13:11:01.543Z  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-21T13:11:01.561Z  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-21T13:11:01.592Z  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-21T13:11:01.592Z  INFO 71 --- [           main] c.e.u.m.p.s.AdoptionControllerTest       : No active profile set, falling back to 1 default profile: "default"
2026-05-21T13:11:02.513Z  INFO 71 --- [           main] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring TestDispatcherServlet ''
2026-05-21T13:11:02.514Z  INFO 71 --- [           main] o.s.t.web.servlet.TestDispatcherServlet  : Initializing Servlet ''
2026-05-21T13:11:02.518Z  INFO 71 --- [           main] o.s.t.web.servlet.TestDispatcherServlet  : Completed initialization in 1 ms
2026-05-21T13:11:02.549Z  INFO 71 --- [           main] c.e.u.m.p.s.AdoptionControllerTest       : Started AdoptionControllerTest in 0.984 seconds (process running for 13.466)
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.627 s -- in co.edu.udistrital.mdp.pets.services.AdoptionControllerTest
[INFO] Running co.edu.udistrital.mdp.pets.services.BackgroundTest
2026-05-21T13:11:03.181Z  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-21T13:11:03.212Z  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-21T13:11:03.301Z  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-21T13:11:03.301Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.BackgroundTest   : No active profile set, falling back to 1 default profile: "default"
2026-05-21T13:11:03.478Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-21T13:11:03.520Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 40 ms. Found 16 JPA repository interfaces.
2026-05-21T13:11:03.556Z  INFO 71 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-21T13:11:03.599Z  INFO 71 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:36d8540c-6879-4a0f-865d-c9b4d4c2673b;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-21T13:11:03.641Z  INFO 71 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-21T13:11:03.645Z  INFO 71 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-21T13:11:03.660Z  INFO 71 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-21T13:11:03.662Z  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-21T13:11:03.664Z  INFO 71 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@45882adf']
	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-21T13:11:03.851Z  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-21T13:11:03.908Z  INFO 71 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-21T13:11:04.222Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.BackgroundTest   : Started BackgroundTest in 0.968 seconds (process running for 15.138)
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-21T13:11:04.284Z  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-21T13:11:04.307Z  INFO 71 --- [           main] c.e.u.m.pets.services.BackgroundService  : Inicia proceso de actualización de antecedente
2026-05-21T13:11:04.308Z  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-21T13:11:04.328Z  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-21T13:11:04.346Z  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-21T13:11:04.362Z  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-21T13:11:04.378Z  INFO 71 --- [           main] c.e.u.m.pets.services.BackgroundService  : inicia proceso de borrar antecedente
2026-05-21T13:11:04.380Z  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-21T13:11:04.396Z  INFO 71 --- [           main] c.e.u.m.pets.services.BackgroundService  : Inicia proceso de actualización de antecedente
2026-05-21T13:11:04.397Z  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-21T13:11:04.413Z  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-21T13:11:04.431Z  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.262 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-21T13:11:04.484Z  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-21T13:11:04.485Z  INFO 71 --- [           main] c.e.u.m.p.services.FollowUpServiceTest   : No active profile set, falling back to 1 default profile: "default"
2026-05-21T13:11:04.600Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-21T13:11:04.629Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27 ms. Found 16 JPA repository interfaces.
2026-05-21T13:11:04.654Z  INFO 71 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-21T13:11:04.672Z  INFO 71 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:666dd72e-cc3f-4fed-9471-973e7cf227db;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-21T13:11:04.699Z  INFO 71 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-21T13:11:04.702Z  INFO 71 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-21T13:11:04.712Z  INFO 71 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-21T13:11:04.714Z  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-21T13:11:04.715Z  INFO 71 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@7a957891']
	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-21T13:11:04.859Z  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-21T13:11:04.908Z  INFO 71 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-21T13:11:05.125Z  INFO 71 --- [           main] c.e.u.m.p.services.FollowUpServiceTest   : Started FollowUpServiceTest in 0.665 seconds (process running for 16.041)
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.024 s -- in co.edu.udistrital.mdp.pets.services.FollowUpServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.ShelterEventServiceTest
2026-05-21T13:11:05.467Z  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-21T13:11:05.484Z  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-21T13:11:05.513Z  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-21T13:11:05.513Z  INFO 71 --- [           main] c.e.u.m.p.s.ShelterEventServiceTest      : No active profile set, falling back to 1 default profile: "default"
2026-05-21T13:11:05.613Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-21T13:11:05.641Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26 ms. Found 16 JPA repository interfaces.
2026-05-21T13:11:05.663Z  INFO 71 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-21T13:11:05.679Z  INFO 71 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:1f55e6e6-67b2-46ea-bd3e-c3cc2b96df16;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-21T13:11:05.703Z  INFO 71 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-21T13:11:05.705Z  INFO 71 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-21T13:11:05.714Z  INFO 71 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-21T13:11:05.716Z  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-21T13:11:05.717Z  INFO 71 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@47213121']
	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-21T13:11:05.849Z  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-21T13:11:05.888Z  INFO 71 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-21T13:11:06.082Z  INFO 71 --- [           main] c.e.u.m.p.s.ShelterEventServiceTest      : Started ShelterEventServiceTest in 0.595 seconds (process running for 16.998)
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-21T13:11:06.107Z  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-21T13:11:06.130Z  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-21T13:11:06.152Z  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-21T13:11:06.169Z  INFO 71 --- [           main] c.e.u.m.p.services.ShelterEventService   : Start shelter event delete with the id: 12
2026-05-21T13:11:06.170Z  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-21T13:11:06.187Z  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-21T13:11:06.192Z  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-21T13:11:06.210Z  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.750 s -- in co.edu.udistrital.mdp.pets.services.ShelterEventServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.AdopterControllerTest
2026-05-21T13:11:06.219Z  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-21T13:11:06.222Z  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-21T13:11:06.249Z  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-21T13:11:06.250Z  INFO 71 --- [           main] c.e.u.m.p.s.AdopterControllerTest        : No active profile set, falling back to 1 default profile: "default"
2026-05-21T13:11:06.477Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-21T13:11:06.507Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 28 ms. Found 16 JPA repository interfaces.
2026-05-21T13:11:06.695Z  INFO 71 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-21T13:11:06.697Z  INFO 71 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-21T13:11:06.707Z  INFO 71 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-21T13:11:06.708Z  INFO 71 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-2 - Starting...
2026-05-21T13:11:06.710Z  INFO 71 --- [           main] com.zaxxer.hikari.pool.HikariPool        : HikariPool-2 - Added connection conn50: url=jdbc:h2:mem:pets user=SA
2026-05-21T13:11:06.710Z  INFO 71 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-2 - Start completed.
2026-05-21T13:11:06.710Z  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-21T13:11:06.711Z  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-21T13:11:06.828Z  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-21T13:11:06.870Z  INFO 71 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-21T13:11:07.182Z  INFO 71 --- [           main] o.s.b.a.h2.H2ConsoleAutoConfiguration    : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:pets'
2026-05-21T13:11:07.204Z  INFO 71 --- [           main] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring TestDispatcherServlet ''
2026-05-21T13:11:07.204Z  INFO 71 --- [           main] o.s.t.web.servlet.TestDispatcherServlet  : Initializing Servlet ''
2026-05-21T13:11:07.205Z  INFO 71 --- [           main] o.s.t.web.servlet.TestDispatcherServlet  : Completed initialization in 1 ms
2026-05-21T13:11:07.215Z  INFO 71 --- [           main] c.e.u.m.p.s.AdopterControllerTest        : Started AdopterControllerTest in 0.989 seconds (process running for 18.131)
2026-05-21T13:11:07.215Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Fetching all shelters
2026-05-21T13:11:07.220Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter creation...
2026-05-21T13:11:07.228Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter creation...
2026-05-21T13:11:07.233Z  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.215 s -- in co.edu.udistrital.mdp.pets.services.AdopterControllerTest
[INFO] Running co.edu.udistrital.mdp.pets.services.NotificationServiceTest
2026-05-21T13:11:07.436Z  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-21T13:11:07.437Z  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.054 s -- in co.edu.udistrital.mdp.pets.services.NotificationServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.PetMediaFileTest
2026-05-21T13:11:07.493Z  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-21T13:11:07.500Z  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-21T13:11:07.519Z  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-21T13:11:07.520Z  INFO 71 --- [           main] c.e.u.m.pets.services.PetMediaFileTest   : No active profile set, falling back to 1 default profile: "default"
2026-05-21T13:11:07.610Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-21T13:11:07.633Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 21 ms. Found 16 JPA repository interfaces.
2026-05-21T13:11:07.649Z  INFO 71 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-21T13:11:07.661Z  INFO 71 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:a23898f6-be41-4e18-87d7-3860e379da19;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-21T13:11:07.679Z  INFO 71 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-21T13:11:07.681Z  INFO 71 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-21T13:11:07.691Z  INFO 71 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-21T13:11:07.692Z  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-21T13:11:07.693Z  INFO 71 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@6d882fd0']
	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-21T13:11:07.796Z  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-21T13:11:07.827Z  INFO 71 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-21T13:11:07.972Z  INFO 71 --- [           main] c.e.u.m.pets.services.PetMediaFileTest   : Started PetMediaFileTest in 0.469 seconds (process running for 18.888)
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-21T13:11:07.996Z  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-21T13:11:08.017Z  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-21T13:11:08.036Z  INFO 71 --- [           main] c.e.u.m.p.services.PetMediaFileService   : Iniciando proceso de consulta de fotos
2026-05-21T13:11:08.036Z  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-21T13:11:08.054Z  INFO 71 --- [           main] c.e.u.m.p.services.PetMediaFileService   : Iniciando proceso de consulta de fotos
2026-05-21T13:11:08.054Z  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-21T13:11:08.072Z  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-21T13:11:08.092Z  INFO 71 --- [           main] c.e.u.m.p.services.PetMediaFileService   : Iniciando proceso de asociacion de evento medico con mascota
2026-05-21T13:11:08.093Z  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.605 s -- in co.edu.udistrital.mdp.pets.services.PetMediaFileTest
[INFO] Running co.edu.udistrital.mdp.pets.services.ClientServiceTest
2026-05-21T13:11:08.101Z  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-21T13:11:08.104Z  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.070 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-21T13:11:08.196Z  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-21T13:11:08.197Z  INFO 71 --- [           main] c.e.u.m.pets.services.MedicalEventTest   : No active profile set, falling back to 1 default profile: "default"
2026-05-21T13:11:08.267Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-21T13:11:08.288Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 20 ms. Found 16 JPA repository interfaces.
2026-05-21T13:11:08.304Z  INFO 71 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-21T13:11:08.315Z  INFO 71 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:5fb30bc8-1024-4b30-8f66-ee334d1f4b6b;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-21T13:11:08.333Z  INFO 71 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-21T13:11:08.334Z  INFO 71 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-21T13:11:08.342Z  INFO 71 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-21T13:11:08.344Z  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-21T13:11:08.344Z  INFO 71 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@234bcb9b']
	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-21T13:11:08.442Z  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-21T13:11:08.470Z  INFO 71 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-21T13:11:08.625Z  INFO 71 --- [           main] c.e.u.m.pets.services.MedicalEventTest   : Started MedicalEventTest in 0.444 seconds (process running for 19.541)
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-21T13:11:08.638Z  INFO 71 --- [           main] c.e.u.m.p.services.MedicalEventService   : Inicia proceso de eliminacion de evento medico
2026-05-21T13:11:08.639Z  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-21T13:11:08.651Z  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-21T13:11:08.662Z  INFO 71 --- [           main] c.e.u.m.p.services.MedicalEventService   : Iniciando proceso de actuaclizacion del evento medico
2026-05-21T13:11:08.663Z  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-21T13:11:08.672Z  INFO 71 --- [           main] c.e.u.m.p.services.MedicalEventService   : Iniciando proceso de actuaclizacion del evento medico
2026-05-21T13:11:08.673Z  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-21T13:11:08.682Z  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-21T13:11:08.693Z  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-21T13:11:08.703Z  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-21T13:11:08.713Z  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-21T13:11:08.723Z  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.555 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-21T13:11:08.753Z  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-21T13:11:08.753Z  INFO 71 --- [           main] c.e.u.m.p.services.ReturnPetServiceTest  : No active profile set, falling back to 1 default profile: "default"
2026-05-21T13:11:08.821Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-21T13:11:08.843Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 20 ms. Found 16 JPA repository interfaces.
2026-05-21T13:11:08.857Z  INFO 71 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-21T13:11:08.868Z  INFO 71 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:7429b777-0ffa-4973-9233-8d5d87e0a4e6;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-21T13:11:08.886Z  INFO 71 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-21T13:11:08.887Z  INFO 71 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-21T13:11:08.895Z  INFO 71 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-21T13:11:08.897Z  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-21T13:11:08.897Z  INFO 71 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@52c00d75']
	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-21T13:11:08.991Z  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-21T13:11:09.019Z  INFO 71 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-21T13:11:09.147Z  INFO 71 --- [           main] c.e.u.m.p.services.ReturnPetServiceTest  : Started ReturnPetServiceTest in 0.409 seconds (process running for 20.063)
Hibernate: delete from return_pet_entity rpe1_0
2026-05-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.922Z  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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:09.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.060Z  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-21T13:11:10.070Z  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-21T13:11:10.070Z  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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.200Z  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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.771Z  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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.909Z  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-21T13:11:10.918Z  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-21T13:11:10.918Z  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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:10.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.039Z  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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.471Z  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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.548Z  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-21T13:11:11.553Z  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-21T13:11:11.553Z  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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.623Z  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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.966Z  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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:11.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.042Z  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-21T13:11:12.042Z  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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.116Z  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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.474Z  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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.537Z  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-21T13:11:12.542Z  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-21T13:11:12.542Z  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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.606Z  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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.861Z  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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.922Z  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-21T13:11:12.926Z  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-21T13:11:12.926Z  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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.981Z  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-21T13:11:12.986Z  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-21T13:11:12.986Z  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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:12.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.048Z  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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.306Z  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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.364Z  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-21T13:11:13.368Z  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-21T13:11:13.368Z  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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.420Z  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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.729Z  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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.788Z  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-21T13:11:13.792Z  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-21T13:11:13.792Z  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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.841Z  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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:13.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.078Z  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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.133Z  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-21T13:11:14.137Z  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-21T13:11:14.137Z  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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.186Z  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-21T13:11:14.191Z  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-21T13:11:14.191Z  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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.242Z  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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.490Z  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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.547Z  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-21T13:11:14.551Z  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-21T13:11:14.551Z  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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.601Z  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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.834Z  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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.890Z  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-21T13:11:14.894Z  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-21T13:11:14.894Z  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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.948Z  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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:14.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.184Z  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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.244Z  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-21T13:11:15.244Z  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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.294Z  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-21T13:11:15.298Z  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-21T13:11:15.298Z  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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.347Z  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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.587Z  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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.646Z  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-21T13:11:15.650Z  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-21T13:11:15.650Z  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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.699Z  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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.934Z  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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.989Z  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-21T13:11:15.993Z  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-21T13:11:15.993Z  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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:15.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.042Z  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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.276Z  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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.335Z  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-21T13:11:16.339Z  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-21T13:11:16.339Z  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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.389Z  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-21T13:11:16.393Z  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-21T13:11:16.393Z  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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.443Z  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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.683Z  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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.740Z  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-21T13:11:16.745Z  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-21T13:11:16.745Z  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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.797Z  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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:16.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.033Z  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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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 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-21T13:11:17.093Z  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-21T13:11:17.093Z  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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.142Z  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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.376Z  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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.431Z  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-21T13:11:17.435Z  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-21T13:11:17.435Z  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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.487Z  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-21T13:11:17.491Z  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-21T13:11:17.491Z  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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.540Z  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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.778Z  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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.834Z  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-21T13:11:17.838Z  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-21T13:11:17.838Z  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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.887Z  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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:17.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.120Z  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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.175Z  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-21T13:11:18.179Z  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-21T13:11:18.179Z  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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.230Z  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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.462Z  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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.518Z  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-21T13:11:18.523Z  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-21T13:11:18.523Z  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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.572Z  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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.811Z  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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.867Z  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-21T13:11:18.872Z  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-21T13:11:18.872Z  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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.922Z  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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:18.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.155Z  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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.210Z  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-21T13:11:19.214Z  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-21T13:11:19.214Z  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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.263Z  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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.606Z  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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.842Z  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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.897Z  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-21T13:11:19.901Z  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-21T13:11:19.901Z  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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.950Z  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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:19.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.180Z  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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.235Z  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-21T13:11:20.238Z  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-21T13:11:20.239Z  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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.289Z  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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.522Z  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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.577Z  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-21T13:11:20.581Z  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-21T13:11:20.581Z  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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.629Z  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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.860Z  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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.915Z  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-21T13:11:20.919Z  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-21T13:11:20.919Z  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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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 return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
Hibernate: delete from return_pet_entity rpe1_0
2026-05-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:20.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.206Z  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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.261Z  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-21T13:11:21.265Z  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-21T13:11:21.265Z  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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.314Z  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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.542Z  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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.596Z  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-21T13:11:21.600Z  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-21T13:11:21.600Z  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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.650Z  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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.878Z  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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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 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-21T13:11:21.936Z  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-21T13:11:21.936Z  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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.984Z  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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:21.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.220Z  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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.275Z  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-21T13:11:22.279Z  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-21T13:11:22.279Z  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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.328Z  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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.554Z  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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.609Z  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-21T13:11:22.613Z  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-21T13:11:22.613Z  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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.660Z  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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.888Z  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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.941Z  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-21T13:11:22.945Z  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-21T13:11:22.945Z  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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.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-21T13:11:22.997Z  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-21T13:11:23.002Z  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-21T13:11:23.002Z  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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.049Z  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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.284Z  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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.338Z  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-21T13:11:23.342Z  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-21T13:11:23.342Z  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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.390Z  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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.616Z  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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.672Z  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-21T13:11:23.676Z  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-21T13:11:23.676Z  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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.724Z  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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.950Z  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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:23.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.004Z  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-21T13:11:24.008Z  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-21T13:11:24.008Z  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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.055Z  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-21T13:11:24.060Z  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-21T13:11:24.060Z  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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.110Z  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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.342Z  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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.397Z  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-21T13:11:24.401Z  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-21T13:11:24.401Z  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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.449Z  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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.678Z  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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.732Z  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-21T13:11:24.736Z  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-21T13:11:24.736Z  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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.784Z  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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:24.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.014Z  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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.067Z  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-21T13:11:25.071Z  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-21T13:11:25.071Z  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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.119Z  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.40 s -- in co.edu.udistrital.mdp.pets.services.ReturnPetServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.AdoptionServiceTest
2026-05-21T13:11:25.131Z  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-21T13:11:25.137Z  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-21T13:11:25.161Z  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-21T13:11:25.161Z  INFO 71 --- [           main] c.e.u.m.p.services.AdoptionServiceTest   : No active profile set, falling back to 1 default profile: "default"
2026-05-21T13:11:25.233Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-21T13:11:25.253Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 19 ms. Found 16 JPA repository interfaces.
2026-05-21T13:11:25.268Z  INFO 71 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-21T13:11:25.278Z  INFO 71 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:c1ee3e4c-769c-4bd4-9b6d-f25611f140c5;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-21T13:11:25.294Z  INFO 71 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-21T13:11:25.295Z  INFO 71 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-21T13:11:25.303Z  INFO 71 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-21T13:11:25.304Z  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-21T13:11:25.304Z  INFO 71 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@6928b916']
	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-21T13:11:25.397Z  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-21T13:11:25.421Z  INFO 71 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-21T13:11:25.539Z  INFO 71 --- [           main] c.e.u.m.p.services.AdoptionServiceTest   : Started AdoptionServiceTest in 0.399 seconds (process running for 36.455)
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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.777Z  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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:25.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.030Z  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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.276Z  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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.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-21T13:11:26.519Z  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.403 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-21T13:11:26.562Z  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-21T13:11:26.562Z  INFO 71 --- [           main] c.e.u.m.p.services.ShelterServiceTest    : No active profile set, falling back to 1 default profile: "default"
2026-05-21T13:11:26.621Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-21T13:11:26.640Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 17 ms. Found 16 JPA repository interfaces.
2026-05-21T13:11:26.652Z  INFO 71 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-21T13:11:26.661Z  INFO 71 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:bf2e60a4-0bdd-49c8-a26a-0182cf9d3660;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-21T13:11:26.676Z  INFO 71 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-21T13:11:26.678Z  INFO 71 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-21T13:11:26.684Z  INFO 71 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-21T13:11:26.686Z  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-21T13:11:26.686Z  INFO 71 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@73dbe70b']
	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-21T13:11:26.778Z  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-21T13:11:26.800Z  INFO 71 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-21T13:11:26.907Z  INFO 71 --- [           main] c.e.u.m.p.services.ShelterServiceTest    : Started ShelterServiceTest in 0.36 seconds (process running for 37.823)
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-21T13:11:26.921Z  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-21T13:11:26.934Z  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-21T13:11:26.943Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter delete with the id: 8
2026-05-21T13:11:26.944Z  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-21T13:11:26.952Z  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-21T13:11:26.966Z  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-21T13:11:26.971Z  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-21T13:11:26.980Z  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-21T13:11:26.990Z  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-21T13:11:26.999Z  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-21T13:11:27.008Z  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-21T13:11:27.020Z  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.491 s -- in co.edu.udistrital.mdp.pets.services.ShelterServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.PetServiceTest
2026-05-21T13:11:27.028Z  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-21T13:11:27.033Z  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-21T13:11:27.048Z  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-21T13:11:27.048Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.PetServiceTest   : No active profile set, falling back to 1 default profile: "default"
2026-05-21T13:11:27.105Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-21T13:11:27.123Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 17 ms. Found 16 JPA repository interfaces.
2026-05-21T13:11:27.136Z  INFO 71 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-21T13:11:27.145Z  INFO 71 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:fed8aa79-55eb-4e3b-912b-0ad68ef210d1;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-21T13:11:27.160Z  INFO 71 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-21T13:11:27.161Z  INFO 71 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-21T13:11:27.168Z  INFO 71 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-21T13:11:27.169Z  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-21T13:11:27.169Z  INFO 71 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@79cc26d9']
	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-21T13:11:27.252Z  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-21T13:11:27.273Z  INFO 71 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-21T13:11:27.374Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.PetServiceTest   : Started PetServiceTest in 0.339 seconds (process running for 38.291)
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.360 s -- in co.edu.udistrital.mdp.pets.services.PetServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.MediaFileTest
2026-05-21T13:11:27.390Z  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-21T13:11:27.394Z  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-21T13:11:27.409Z  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-21T13:11:27.409Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.MediaFileTest    : No active profile set, falling back to 1 default profile: "default"
2026-05-21T13:11:27.463Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-21T13:11:27.482Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 17 ms. Found 16 JPA repository interfaces.
2026-05-21T13:11:27.494Z  INFO 71 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-21T13:11:27.503Z  INFO 71 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:ed4a65be-dc58-434e-b0f0-3d5f996dffde;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-21T13:11:27.517Z  INFO 71 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-21T13:11:27.519Z  INFO 71 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-21T13:11:27.525Z  INFO 71 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-21T13:11:27.526Z  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-21T13:11:27.526Z  INFO 71 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@4843ce06']
	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-21T13:11:27.605Z  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-21T13:11:27.626Z  INFO 71 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-21T13:11:27.730Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.MediaFileTest    : Started MediaFileTest in 0.334 seconds (process running for 38.646)
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-21T13:11:27.739Z  INFO 71 --- [           main] c.e.u.m.pets.services.MediaFileService   : inicia proceso de borrar archivo
2026-05-21T13:11:27.741Z  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-21T13:11:27.748Z  INFO 71 --- [           main] c.e.u.m.pets.services.MediaFileService   : Inicia proceso de actualización de archivo
2026-05-21T13:11:27.748Z  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-21T13:11:27.755Z  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-21T13:11:27.762Z  INFO 71 --- [           main] c.e.u.m.pets.services.MediaFileService   : Inicia proceso de actualización de archivo
2026-05-21T13:11:27.762Z  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-21T13:11:27.768Z  INFO 71 --- [           main] c.e.u.m.pets.services.MediaFileService   : Inicia proceso de actualización de archivo
2026-05-21T13:11:27.769Z  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-21T13:11:27.775Z  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-21T13:11:27.782Z  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-21T13:11:27.789Z  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-21T13:11:27.796Z  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-21T13:11:27.802Z  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.415 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-21T13:11:27.828Z  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-21T13:11:27.828Z  INFO 71 --- [           main] c.e.u.m.p.s.VeterinaryServiceTest        : No active profile set, falling back to 1 default profile: "default"
2026-05-21T13:11:27.882Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-21T13:11:27.900Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 17 ms. Found 16 JPA repository interfaces.
2026-05-21T13:11:27.912Z  INFO 71 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-21T13:11:27.921Z  INFO 71 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:6d954733-920d-4cf4-9290-00ec0c6cee52;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-21T13:11:27.936Z  INFO 71 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-21T13:11:27.937Z  INFO 71 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-21T13:11:27.945Z  INFO 71 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-21T13:11:27.946Z  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-21T13:11:27.946Z  INFO 71 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@6a37608a']
	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-21T13:11:28.023Z  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-21T13:11:28.043Z  INFO 71 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-21T13:11:28.142Z  INFO 71 --- [           main] c.e.u.m.p.s.VeterinaryServiceTest        : Started VeterinaryServiceTest in 0.328 seconds (process running for 39.058)
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.518 s -- in co.edu.udistrital.mdp.pets.services.VeterinaryServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.MessageTest
2026-05-21T13:11:28.326Z  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-21T13:11:28.331Z  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-21T13:11:28.345Z  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-21T13:11:28.345Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.MessageTest      : No active profile set, falling back to 1 default profile: "default"
2026-05-21T13:11:28.400Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-21T13:11:28.418Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 17 ms. Found 16 JPA repository interfaces.
2026-05-21T13:11:28.430Z  INFO 71 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-21T13:11:28.438Z  INFO 71 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:01a9d4d4-45fe-4cd0-8c73-b445f216334d;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-21T13:11:28.453Z  INFO 71 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-21T13:11:28.454Z  INFO 71 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-21T13:11:28.460Z  INFO 71 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-21T13:11:28.461Z  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-21T13:11:28.462Z  INFO 71 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@2e3b0bd7']
	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-21T13:11:28.537Z  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-21T13:11:28.557Z  INFO 71 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-21T13:11:28.684Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.MessageTest      : Started MessageTest in 0.351 seconds (process running for 39.6)
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-21T13:11:28.696Z  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-21T13:11:28.706Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.MessageService   : Starts update message with id: 5
2026-05-21T13:11:28.707Z  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-21T13:11:28.715Z  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-21T13:11:28.724Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.MessageService   : Start message delete with the id: 12
2026-05-21T13:11:28.725Z  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-21T13:11:28.732Z  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.410 s -- in co.edu.udistrital.mdp.pets.services.MessageTest
[INFO] Running co.edu.udistrital.mdp.pets.services.VaccinationRecordTest
2026-05-21T13:11:28.737Z  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-21T13:11:28.742Z  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-21T13:11:28.756Z  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-21T13:11:28.756Z  INFO 71 --- [           main] c.e.u.m.p.s.VaccinationRecordTest        : No active profile set, falling back to 1 default profile: "default"
2026-05-21T13:11:28.812Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-21T13:11:28.829Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 17 ms. Found 16 JPA repository interfaces.
2026-05-21T13:11:28.839Z  INFO 71 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-21T13:11:28.848Z  INFO 71 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:ece786d6-6646-4fb2-9489-10cf425158ff;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-21T13:11:28.861Z  INFO 71 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-21T13:11:28.863Z  INFO 71 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-21T13:11:28.869Z  INFO 71 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-21T13:11:28.870Z  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-21T13:11:28.870Z  INFO 71 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@188e209']
	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-21T13:11:28.944Z  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-21T13:11:28.963Z  INFO 71 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-21T13:11:29.059Z  INFO 71 --- [           main] c.e.u.m.p.s.VaccinationRecordTest        : Started VaccinationRecordTest in 0.315 seconds (process running for 39.975)
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-21T13:11:29.071Z  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-21T13:11:29.081Z  INFO 71 --- [           main] c.e.u.m.p.s.VaccinationRecordService     : inicia proceso de borrar registro de vacunacion
2026-05-21T13:11:29.082Z  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-21T13:11:29.092Z  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-21T13:11:29.101Z  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-21T13:11:29.110Z  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-21T13:11:29.120Z  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-21T13:11:29.130Z  INFO 71 --- [           main] c.e.u.m.p.s.VaccinationRecordService     : Inicia proceso de actualizacion del registro de vacunacion
2026-05-21T13:11:29.130Z  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-21T13:11:29.140Z  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-21T13:11:29.148Z  INFO 71 --- [           main] c.e.u.m.p.s.VaccinationRecordService     : Inicia proceso de actualizacion del registro de vacunacion
2026-05-21T13:11:29.148Z  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-21T13:11:29.157Z  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.423 s -- in co.edu.udistrital.mdp.pets.services.VaccinationRecordTest
[INFO] Running co.edu.udistrital.mdp.pets.services.ClientControllerTest
2026-05-21T13:11:29.161Z  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-21T13:11:29.163Z  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.175 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.101 s
[INFO] Finished at: 2026-05-21T13:11:29Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
$ docker stop --time=1 7bf82bb3ba3bec29391b4d2e319a05a82b2365deabbb2081a68b31905879b02b
$ docker rm -f --volumes 7bf82bb3ba3bec29391b4d2e319a05a82b2365deabbb2081a68b31905879b02b
[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 0905b515db29217c4ad3f93fab3d8515b716fb48d8fbb826df60980a7724abfb -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.1 kB
Progress (1): 7.7 kB
Progress (1): 12 kB 
Progress (1): 17 kB
Progress (1): 20 kB
Progress (1): 21 kB
Progress (2): 21 kB | 4.8 kB
Progress (2): 21 kB | 7.7 kB
Progress (2): 21 kB | 14 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 23 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (21 kB at 30 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 13 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] 13:11:36.232 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] 13:11:36.241 Java 21.0.4 Eclipse Adoptium (64-bit)
[INFO] 13:11:36.241 Linux 6.17.0-23-generic (amd64)
[INFO] 13:11:36.275 User cache: /root/.sonar/cache
[ERROR] 13:12:06.324 SonarQube server [http://10.20.84.26:8082/sonar] can not be reached
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  32.316 s
[INFO] Finished at: 2026-05-21T13:12:06Z
[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 0905b515db29217c4ad3f93fab3d8515b716fb48d8fbb826df60980a7724abfb
$ docker rm -f --volumes 0905b515db29217c4ad3f93fab3d8515b716fb48d8fbb826df60980a7724abfb
[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